luno-python: add PyPI description and update README badges#80
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 31 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe pull request updates documentation and packaging metadata: README.md was retitled from “Luno API” to “Luno Python SDK”, the Travis CI badge was replaced with a GitHub Actions “Run Tests” badge, PyPI and supported Python version badges plus an MIT license badge were added, and a note pointing to the ./examples folder was appended. setup.py now uses Path(...).read_text(encoding="utf-8") to populate long_description and sets long_description_content_type to text/markdown; the package description string was also adjusted. pyproject.toml removed the Bandit skip rule Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 8: The license badge link in the README uses the old branch name "master"
in the URL; update the markdown badge URL by replacing "blob/master/LICENSE.txt"
with "blob/main/LICENSE.txt" in the badge line (the [](...)
markdown) so the badge points to the repository's main branch.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 88b85222-95ab-473c-a4d3-a6e193a501f8
📒 Files selected for processing (3)
README.mdpyproject.tomlsetup.py
💤 Files with no reviewable changes (1)
- pyproject.toml
|



Summary
long_descriptiontosetup.pyreading fromREADME.mdso PyPI renders the project description instead of the placeholder messageexamples/folder after the code snippetB107frompyproject.tomlskipsSummary by CodeRabbit
Release Notes
Documentation
Chores